Skip to content

fix: remove extra filepath.Join() for config directory#76

Merged
NucleoFusion merged 1 commit intoSourcewareLab:devfrom
theantichris:fix/config-path
Feb 26, 2026
Merged

fix: remove extra filepath.Join() for config directory#76
NucleoFusion merged 1 commit intoSourcewareLab:devfrom
theantichris:fix/config-path

Conversation

@theantichris
Copy link
Contributor

In config.go after getCfgDir() returns it was using filepath.Join() to add an additional toney directory to the config path making the config dir ~/.config/toney/toney instead of ~/.config/toney.

This PR removes the extra filepath.Join() and saves the results of getCfgDir() to configDir.

@NucleoFusion NucleoFusion merged commit aa3c309 into SourcewareLab:dev Feb 26, 2026
@theantichris theantichris deleted the fix/config-path branch February 26, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants